Entities . <string>

Filters

No entities found.
8.1.27PHP Version74.51msRequest Duration2MBMemory UsageGET entities/alias/{alias}Route
    • Booting (37ms)
    • Application (37.5ms)
    • 1 x Application (50.33%)
      37.50ms
      1 x Booting (49.66%)
      37.00ms
      11 templates were rendered
      • entities.index (resources/views/entities/index.blade.php)15bladefile
        Params
        0
        limit
        1
        sort
        2
        direction
        3
        hasFilter
        4
        filters
        5
        tagOptions
        6
        roleOptions
        7
        entityTypeOptions
        8
        entityStatusOptions
        9
        limitOptions
        10
        sortOptions
        11
        directionOptions
        12
        role
        13
        entities
        14
        theme
      • entities.title-crumbs (resources/views/entities/title-crumbs.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • entities.crumbs (resources/views/entities/crumbs.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • pagination::bootstrap-4 (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php)3bladefile
        Params
        0
        paginator
        1
        elements
        2
        theme
      • entities.list (resources/views/entities/list.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • pagination::bootstrap-4 (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php)3bladefile
        Params
        0
        paginator
        1
        elements
        2
        theme
      • partials.filter-js (resources/views/partials/filter-js.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • app (resources/views/app.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • partials.analytics (resources/views/partials/analytics.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      • partials.nav (resources/views/partials/nav.blade.php)23bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
        20
        roles
        21
        hasForum
        22
        menus
      • flash (resources/views/flash.blade.php)20bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        limit
        6
        sort
        7
        direction
        8
        hasFilter
        9
        filters
        10
        tagOptions
        11
        roleOptions
        12
        entityTypeOptions
        13
        entityStatusOptions
        14
        limitOptions
        15
        sortOptions
        16
        directionOptions
        17
        role
        18
        entities
        19
        theme
      uri
      GET entities/alias/{alias}
      middleware
      web
      controller
      App\Http\Controllers\EntitiesController@indexAliases
      namespace
      App\Http\Controllers
      where
      as
      entities.alias
      file
      app/Http/Controllers/EntitiesController.php:532-581
      8 statements were executed7.64ms
      • select count(*) as aggregate from `entities` left join `entity_types` on `entities`.`entity_type_id` = `entity_types`.`id` where exists (select * from `aliases` inner join `alias_entity` on `aliases`.`id` = `alias_entity`.`alias_id` where `entities`.`id` = `alias_entity`.`entity_id` and `name` = '<string>')1.29ms/app/Http/Controllers/EntitiesController.php:559dev_events_tracker
        Metadata
        Bindings
        • 0. <string>
        Backtrace
        • 16. /app/Http/Controllers/EntitiesController.php:559
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `name`, `slug` from `tags` order by `name` asc2.51ms/app/Http/Controllers/EntitiesController.php:1229dev_events_tracker
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/EntitiesController.php:1229
        • 15. /app/Http/Controllers/EntitiesController.php:575
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `name`, `name` from `roles` order by `name` asc520μs/app/Http/Controllers/EntitiesController.php:1230dev_events_tracker
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/EntitiesController.php:1230
        • 15. /app/Http/Controllers/EntitiesController.php:575
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `name`, `name` from `entity_types` order by `name` asc460μs/app/Http/Controllers/EntitiesController.php:1231dev_events_tracker
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/EntitiesController.php:1231
        • 15. /app/Http/Controllers/EntitiesController.php:575
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `name`, `name` from `entity_statuses` order by `name` asc660μs/app/Http/Controllers/EntitiesController.php:1232dev_events_tracker
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/EntitiesController.php:1232
        • 15. /app/Http/Controllers/EntitiesController.php:575
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `roles` order by `name` asc850μs/app/Providers/ViewComposerServiceProvider.php:38dev_events_tracker
        Metadata
        Backtrace
        • 15. /app/Providers/ViewComposerServiceProvider.php:38
        • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 22. view::app:65
      • select count(*) as aggregate from `forums`600μs/app/Providers/ViewComposerServiceProvider.php:39dev_events_tracker
        Metadata
        Backtrace
        • 16. /app/Providers/ViewComposerServiceProvider.php:39
        • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 23. view::app:65
      • select * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc750μs/app/Providers/ViewComposerServiceProvider.php:40dev_events_tracker
        Metadata
        Bindings
        • 0. Public
        Backtrace
        • 15. /app/Providers/ViewComposerServiceProvider.php:40
        • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 22. view::app:65
      App\Models\Menu
      2
      App\Models\Role
      22
        _token
        N79yq140kic6sXx3xRrBKL7HLEwCKGeYGACSZHkD
        internal_entity/index/tab
        https://dev.arcane.city/entities
        internal_entity_tags/index/filters
        []
        internal_entity_tags/index/direction
        null
        internal_entity_tags/index/limit
        25
        internal_entity_tags/index/sort
        null
        internal_entity_tags/index/tab
        https://dev.arcane.city/entities
        internal_entity_tags/index/is-reset
        null
        _flash
        array:2 [ "old" => [] "new" => [] ]
        _previous
        array:1 [ "url" => "https://dev.arcane.city/entities/alias/%3Cstring%3E" ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /entities/alias/%3Cstring%3E
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
        request_server
        0 of 0
        array:43 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "dev.arcane.city" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "dev.arcane.city" "SERVER_PORT" => "443" "SERVER_ADDR" => "45.55.133.222" "REMOTE_USER" => "" "REMOTE_PORT" => "15044" "REMOTE_ADDR" => "18.119.11.179" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/var/www/dev-events/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/entities/alias/%3Cstring%3E" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/dev-events/public/index.php" "PATH_INFO" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744027012.9683 "REQUEST_TIME" => 1744027012 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 11:56:53 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt0eDkyeEdyWnlycmwzOU5hZm9mWHc9PSIsInZhbHVlIjoiUE8xcHNpbERhTXNibWFKdFJBM3M3bDhvb2NpcFl3K3hlUmVkTk1uQ1VKU1QxWXhGM3h3Um5wYU1kZ2dwOFZLMlNHUVNRek5ESFkxdXZaOUxmcENCOFhVMGZuRzQyZWhqdjNkbGhwckNHaUovSkFTbGZuN2g4Tm1FRUxKVU1NRFciLCJtYWMiOiJiMWY1OGNiNDBhYzczNzc4NTY1ZWQwYzVmOGQ1NWMxM2NkZjIyMjUwMmJiZDcxMTQ0MzU0NzM1YWNmY2NhOWYzIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 23:56:53 GMT; Max-Age=216000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikt0eDkyeEdyWnlycmwzOU5hZm9mWHc9PSIsInZhbHVlIjoiUE8xcHNpbERhTXNibWFKdFJBM3M3bDhvb2NpcFl3K3hlUmVkTk1uQ1VKU1QxWXhGM3h3Um5wYU1kZ2dwOFZLMlNHUVNRe" 1 => "dev_arcane_city_session=eyJpdiI6ImgzSDJiU1FwMzNaOUJ3QnE3ZjVwVlE9PSIsInZhbHVlIjoiRlYwdTM2YTFDMDVNSThucnV1R3h3WUpTYUVTNXNPT2ZWRVh1bG9sV25UcjR6OVd3SlZSVVRUNnJqdSs4UjhzbEwrVExKMFVTRzVHUFk4Mnc3RW4wMThINWcxOFE0Ums5bHZpaitFRSs4TW1HSldnZDdleFNETExSRHdzcTFlalkiLCJtYWMiOiJhNDVmNDYzN2VlMWUwNjkwYTNkYTBhMDNjYTU3Mjc0MjQxZThjZDgxN2JhMWNmNGUwNDA3Y2Y0NmYxYzdlZjQwIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 23:56:53 GMT; Max-Age=216000; path=/; secure; httponly; samesite=laxdev_arcane_city_session=eyJpdiI6ImgzSDJiU1FwMzNaOUJ3QnE3ZjVwVlE9PSIsInZhbHVlIjoiRlYwdTM2YTFDMDVNSThucnV1R3h3WUpTYUVTNXNPT2ZWRVh1bG9sV25UcjR6OVd3SlZSVVRUNnJqdSs4" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt0eDkyeEdyWnlycmwzOU5hZm9mWHc9PSIsInZhbHVlIjoiUE8xcHNpbERhTXNibWFKdFJBM3M3bDhvb2NpcFl3K3hlUmVkTk1uQ1VKU1QxWXhGM3h3Um5wYU1kZ2dwOFZLMlNHUVNRek5ESFkxdXZaOUxmcENCOFhVMGZuRzQyZWhqdjNkbGhwckNHaUovSkFTbGZuN2g4Tm1FRUxKVU1NRFciLCJtYWMiOiJiMWY1OGNiNDBhYzczNzc4NTY1ZWQwYzVmOGQ1NWMxM2NkZjIyMjUwMmJiZDcxMTQ0MzU0NzM1YWNmY2NhOWYzIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 23:56:53 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikt0eDkyeEdyWnlycmwzOU5hZm9mWHc9PSIsInZhbHVlIjoiUE8xcHNpbERhTXNibWFKdFJBM3M3bDhvb2NpcFl3K3hlUmVkTk1uQ1VKU1QxWXhGM3h3Um5wYU1kZ2dwOFZLMlNHUVNRe" 1 => "dev_arcane_city_session=eyJpdiI6ImgzSDJiU1FwMzNaOUJ3QnE3ZjVwVlE9PSIsInZhbHVlIjoiRlYwdTM2YTFDMDVNSThucnV1R3h3WUpTYUVTNXNPT2ZWRVh1bG9sV25UcjR6OVd3SlZSVVRUNnJqdSs4UjhzbEwrVExKMFVTRzVHUFk4Mnc3RW4wMThINWcxOFE0Ums5bHZpaitFRSs4TW1HSldnZDdleFNETExSRHdzcTFlalkiLCJtYWMiOiJhNDVmNDYzN2VlMWUwNjkwYTNkYTBhMDNjYTU3Mjc0MjQxZThjZDgxN2JhMWNmNGUwNDA3Y2Y0NmYxYzdlZjQwIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 23:56:53 GMT; path=/; secure; httponlydev_arcane_city_session=eyJpdiI6ImgzSDJiU1FwMzNaOUJ3QnE3ZjVwVlE9PSIsInZhbHVlIjoiRlYwdTM2YTFDMDVNSThucnV1R3h3WUpTYUVTNXNPT2ZWRVh1bG9sV25UcjR6OVd3SlZSVVRUNnJqdSs4" ] ]
        session_attributes
        0 of 0
        array:11 [ "_token" => "N79yq140kic6sXx3xRrBKL7HLEwCKGeYGACSZHkD" "internal_entity/index/tab" => "https://dev.arcane.city/entities" "internal_entity_tags/index/filters" => [] "internal_entity_tags/index/direction" => null "internal_entity_tags/index/limit" => 25 "internal_entity_tags/index/sort" => null "internal_entity_tags/index/tab" => "https://dev.arcane.city/entities" "internal_entity_tags/index/is-reset" => null "_flash" => array:2 [ "old" => [] "new" => [] ] "_previous" => array:1 [ "url" => "https://dev.arcane.city/entities/alias/%3Cstring%3E" ] "PHPDEBUGBAR_STACK_DATA" => [] ]